home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- put EMPTY into field "op"
- if the hilite of cast "b_BRK4" = 1 then
- put "BRK4:Total Lock; " after field "op"
- end if
- if the hilite of cast "b_BRK3" = 1 then
- put "BRK3:Side Lock; " after field "op"
- end if
- if the hilite of cast "b_BRK2" = 1 then
- put "BRK2:TechLock; " after field "op"
- end if
- if the hilite of cast "b_BRK1b" = 1 then
- put "BRK1:Tread Lock; " after field "op"
- end if
- if the hilite of cast "b_seal" = 1 then
- put "SEAL:Dirtban; " after field "op"
- end if
- if the hilite of cast "b_MTG51" = 1 then
- if field "mainmounting" contains "Standard" then
- put "MTG51:Swivel Lock; " after field "op"
- end if
- if field "mainmounting" contains "MTG2" then
- put "MTG52:Swivel Lock; " after field "op"
- end if
- if field "mainmounting" contains "MTG4" then
- put "MTG54:Swivel Lock; " after field "op"
- end if
- if char 1 of field "Tblcaste,CA_MOD" contains "5" then
- put "MTG52:Swivel Lock; " after field "op"
- end if
- if char 1 of field "Tblcaste,CA_MOD" contains "6" then
- put "MTG52:Swivel Lock; " after field "op"
- end if
- if char 1 of field "Tblcaste,CA_MOD" contains "7" then
- put "MTG51:Swivel Lock; " after field "op"
- end if
- end if
- if the hilite of cast "b_MTG61" = 1 then
- if field "mainmounting" contains "Standard" then
- put "MTG61:Swivel Lock; " after field "op"
- end if
- if field "mainmounting" contains "MTG2" then
- put "MTG62:Swivel Lock; " after field "op"
- end if
- if field "mainmounting" contains "MTG3" then
- put "MTG63:Swivel Lock; " after field "op"
- end if
- if field "mainmounting" contains "MTG4" then
- put "MTG64:Swivel Lock; " after field "op"
- end if
- if char 1 of field "Tblcaste,CA_MOD" contains "5" then
- put "MTG62:Swivel Lock; " after field "op"
- end if
- if char 1 of field "Tblcaste,CA_MOD" contains "6" then
- put "MTG62:Swivel Lock; " after field "op"
- end if
- end if
- if the hilite of cast "b_tg1" = 1 then
- put "TG1:Metal; " after field "op"
- end if
- if the hilite of cast "b_tg2" = 1 then
- put "TG2:Plastic; " after field "op"
- end if
- if the hilite of cast "b_fsi" = 1 then
- put "FSI; " after field "op"
- end if
- if the hilite of cast "b_AX1" = 1 then
- put "AX1: Zerk Axle; " after field "op"
- end if
- if the hilite of cast "b_AX2" = 1 then
- put "AX2: Solid Axle; " after field "op"
- end if
- if the hilite of cast "b_NT1" = 1 then
- put "NT1: Thick Lock Nut; " after field "op"
- end if
- if the hilite of cast "b_NT2" = 1 then
- put "NT2: Thin Lock Nut; " after field "op"
- end if
- if the hilite of cast "b_HeatTreated" = 1 then
- put "Heat Treated; " after field "op"
- end if
- if the hilite of cast "b_WB2" = 1 then
- put "WB2: Tapered; " after field "op"
- end if
- if the hilite of cast "b_grf1" = 1 then
- put "GRF1: No Grease; " after field "op"
- end if
- if the hilite of cast "b_grf2" = 1 then
- put "GRF2: Double Grease; " after field "op"
- end if
- if the hilite of cast "b_grf3" = 1 then
- put "GRF3: 300 degree Cont.; " after field "op"
- end if
- if the hilite of cast "b_grw1" = 1 then
- put "GRW1: No Grease; " after field "op"
- end if
- if the hilite of cast "b_grw2" = 1 then
- put "GRW2: Double Grease; " after field "op"
- end if
- if the hilite of cast "b_grw3" = 1 then
- put "GRW3: 300 Degree Cont.; " after field "op"
- end if
- if the hilite of cast "b_lh8.0" = 1 then
- put "LH8.0: LH=8 inches; " after field "op"
- end if
- if the hilite of cast "b_lh10.5" = 1 then
- put "LH10.5: LH=10-1/2 inches; " after field "op"
- end if
- if the hilite of cast "b_lh12.5" = 1 then
- put "LH12.5: LH=12-1/2 inches; " after field "op"
- end if
- if the hilite of cast "b_lh15.5" = 1 then
- put "LH15.5: LH=15-1/2 inches; " after field "op"
- end if
- put field "bearingoption" after field "op"
- if char 1 of field "Tblcaste,CA_MOD" contains "6" then
- if (field "Tblcaste,DESCRIP" contains "IMPAK") or (field "Tblcaste,DESCRIP" contains "RIGID") then
- if field "Tblcaste,DIAMETER" contains "8" then
- set the hilite of member "b_6lhst8" to 1
- set the hilite of member "b_6lhop8" to 0
- puppetSound("mainsnd")
- puppetTransition(47, 1, 8)
- play frame "6implh"
- abort()
- end if
- end if
- end if
- delete char -30000 of field "op"
- delete char -30000 of field "op"
- put field "op" into field "mainop"
- puppetSound("foundspec")
- puppetTransition(47, 1, 8)
- put the number of lines in field "tblca_Fe,FEATURE"
- if the number of chars in field "Tblca_Fe,FEATURE" > 200 then
- put field "Tblca_Fe,FEATURE" into field "specbfea"
- play frame "specb"
- abort()
- end if
- play frame "speca"
- abort()
- end
-